The JavaBean API > JavaBean overview > MMJB.getProperties()

 

MMJB.getProperties()

Availability

Dreamweaver UltraDev 4.0

Description

Introspects the bean class and returns its properties.

Arguments

packageName.className

packageName.className is the name of the class, which is part of the classpath. It must be a Java .jar or .zip Java archive residing in your system class path or a .class file that is installed in the Configuration/Classes folder.

Returns

A string array of the JavaBean properties. On error, returns an empty array.